From 1066374909cd9fc2c0708a223c4fd69e1eb16f32 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 21 Jun 2023 21:35:27 -0400 Subject: [PATCH] docs: Mention GtkAccessibleRange In the accessibility docs about custom widgets, mention GtkAccessibleRange as the best way to implement custom range widgets. --- docs/reference/gtk/section-accessibility.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/reference/gtk/section-accessibility.md b/docs/reference/gtk/section-accessibility.md index 500af550be..16045bff14 100644 --- a/docs/reference/gtk/section-accessibility.md +++ b/docs/reference/gtk/section-accessibility.md @@ -382,3 +382,6 @@ To allow changing the value via accessible technologies, you can export actions. Since the accessibility interfaces only support actions without parameters, you should provide actions such as `increase-value` and `decrease-value`. + +Since GTK 4.10, the best way to suppose changing the value is by implementing +the [iface@Gtk.AccessibleRange] interface. -- 2.30.2